projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5fb29af
)
Whitespace change.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 10 Oct 1998 21:20:48 +0000
(21:20 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 10 Oct 1998 21:20:48 +0000
(21:20 +0000)
lib-src/emacsserver.c
patch
|
blob
|
history
diff --git
a/lib-src/emacsserver.c
b/lib-src/emacsserver.c
index ba3fa08476e08077db2ca2df96de896dfcf63b1b..00bf923bf524aff3d39276b0c894e87cb736ee5c 100644
(file)
--- a/
lib-src/emacsserver.c
+++ b/
lib-src/emacsserver.c
@@
-251,8
+251,8
@@
main (argc, argv)
server.sun_family = AF_UNIX;
#ifndef SERVER_HOME_DIR
gethostname (system_name, sizeof (system_name));
-
/* system_name must be null-terminated string */
-
system_name[sizeof (system_name) - 1] = '\0';
+ /* system_name must be null-terminated string */
+ system_name[sizeof (system_name) - 1] = '\0';
sprintf (server.sun_path, "/tmp/esrv%d-%s", geteuid (), system_name);
if (unlink (server.sun_path) == -1 && errno != ENOENT)